home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: Parent Power
/
The Sunday Times - Parent Power.iso
/
pc
/
engine
/
engine.swf
/
scripts
/
DefineSprite_321
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-03
|
307 b
|
17 lines
function webPageGo()
{
getUrl("lingo:Flsh_webPageGo", "");
}
function show(str, theURL)
{
webLink = theURL;
var _loc1_ = _g.gClipLevel++;
trace("this: " + this);
this.swapDepths(_loc1_);
gotoAndStop(str);
}
_g = _global;
var myDepth = this.getDepth();
var webLink;
stop();